home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_403 / BUTTONCONDACTION on(release, keyPress e).as
Text File  |  2002-05-21  |  142b  |  6 lines

  1. on(release, keyPress "e"){
  2.    ratio = (0.5 * ch + 0.4 * st + 0.1 * kn) / 100;
  3.    ship = ship + 100 + 110 * ratio;
  4.    gotoAndStop(284);
  5. }
  6.